.textoCorAzul {
    color: #016AD4;
}

.textoCorAzulEscuro {
    color: #022e59;
}



.degradeAzul {
    background-image: linear-gradient(to top, #023d77, #022e59);
}

.degradeAzul i::after{
    content: '+';
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: 600;
    color:#e1a304;
}


.degradeNavBar {
    background-image: linear-gradient(to top, #023d77, #022e59);
}


.textoCor {
    color: aliceblue;
}

.azulEscuro {
    background-color: #022e59;
}

.degradeVerde {
    background-image: linear-gradient(to top, #076140, #13ad75);
}

.img2 {
    vertical-align: middle;
    border-style: none;
    width: 150px;
}

.img3 {
    vertical-align: middle;
    border-style: none;
    width: 65px;
}

.rotacao {
    transform: rotate(0deg);
}

.mrg {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}

.butaodireita {
    float: right;
}

.butaoesquerda {
    float: left;
}


.toggle {
    display: none;
}

.same-box-1 {
    display: none;
}
.link-desativado {
    background-color: #052a4f8f; /* Altera a cor do texto para cinza */
    pointer-events: none; /* Impede que o link seja clicado */
    text-decoration: none; /* Remove qualquer decoração de texto, como sublinhado */
}
.cor-cabecalho-tabela-amarelo{
    background-color: #fffbed;
}

.status-equip-color{
    color: #fff;
    background-color: #343a40;
    text-align: center;
}
.badge{
    display: table-cell;
}

@media screen and (max-width: 900px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .9em;
        text-align: left !important;
    }
    
    table td::before {

        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    table td:last-child {
        border-bottom: 0;
    }
    
    titulo-secao{
        background-color: #ffb908;
        color: white;
    }

    .nomeDaPagina{
        display: none;
    }
    .texto-cortado{
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        max-width: 100% !important;
    }
    .status-equip-color{
        color: #fff;
        background-color: #343a40;
        text-align: center;
        border-radius: 0.25rem;
    }
}



.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 67px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem;
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 0.62rem;;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}
.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 60px;
}



.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}
.badge:empty {
    display: none;
}


.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem;
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap;
}


.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}