#div-titulo-vales{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    height: 50px;
    margin-top: 30px;
    /* border-bottom: 1px solid #00853B; */
    float: right;
}
#opcoes-vales-perenizados{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
}

#div-titulo-nome{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    border-radius: 8px;
    margin-top: -15px !important;
}

#titulo-vales{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    /* color:#00884E */
}
#select-form{
    margin-top: -18px !important;

}
.input-append h6 {
    margin-bottom: 5px;
    font-size: 0.675rem;
    /* color: #797979; */
}

/* .select-container{
    align-items: flex-start;
    display: flex;
    position: relative;
    min-width: 150px;
    width: 150px;
    height: 50px;
} */

.select-box{
    /* border: none; */
    appearance: none;
    padding: 0 30px 0 15px;
    width: 150px;
    height: 30px;
    margin-top: -5px;
    /* border-bottom: 1px; */
    border-radius: 4px;
}

.line_title{
    border-bottom: 1px solid #d3d3d3;
}

#documentos-vales-perenizados{
    color:black;
    text-decoration: none;
    background-color: #f7f7f7;
    border: 1px;
    /* border-bottom: 1px solid #08A55B; */
    margin-right: 5px;
    margin-top: -18px !important;
}
.table th, tr, td {
    text-align: center !important;
    padding: 0px;
    vertical-align: middle !important;
    font-size: 9px;
    width: 50px ;
    min-width: 30px !important;
}

#vale-perenizado-img{
    margin-top: -70px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#vale-perenizado-img:hover {
    transform: scale(1.02);
}

table thead tr th{
    font-size: 12px !important;
}

tr td{
    font-size: 12px !important;
}

#tabela-vales-perenizados{
    /* margin-bottom: 60px; */
    background-color: #fff;
    height: 750px;
}

#accordion1 {
    background-color: white;
}

#embed-pdf {
    width: 100%;
    height: calc(100vh - 50px);
    min-height: 500px;
    /* margin-bottom: 60px; */
    display: none;
}

.main_content {
    height: 91vh !important;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.container{
    margin-top: 0px;
    font-size: 12px;
}

.modal-fullscreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-fullscreen.active {
    opacity: 1;
}

.modal-fullscreen img {
    max-width: 95%;
    max-height: 95vh;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    transition: transform 0.3s ease;
}

.modal-fullscreen.active img {
    transform: translate(-50%, -50%) scale(1);
}

@media only screen and (max-width: 990px){
    #content-container{
        display: flex;
        flex-direction: column;
        height: auto;
    }

    #vale-perenizado-img{
        max-width: 350px !important;
        margin-top: -10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #tabela-vales-perenizados{
        width: 100% !important;
        margin-left: 0px !important;
    }

    #accordion1{
        width:100%;
        border: 1px !important;
        padding: 0px !important;
        width: 100% !important;
    }

    .accordion-button{
        width: 100%;
    }

    #documentos-vales-perenizados{
        color:black;
        text-decoration: none;
        background-color: #f7f7f7;
        border: 0px;
        margin-right: 5px;
        margin-top: -18px !important;
        margin-right: 40px;
        height: 50px !important;
    }

    .accordion-collapse{
        overflow: auto;
        z-index: 1 !important;
    }

    .accordion-item{
        margin-bottom: 0px !important;
    }

    #div-titulo-vales {
        float: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-right: 20px;
    }

    #documentos-vales-perenizados {
        float: none;
    }

    #select-form {
        float: none;
    }

    #Imagem{
        flex: 0 0 0px !important;
    }

    #content-container{
        z-index: 0 !important;
        position: relative !important;
    }

    table thead tr th{
        font-size: 9px !important;
    }

    tr td{
        font-size: 9px !important;
    }

    #embed-pdf {
        height: calc(100vh - 200px);
        min-height: 400px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 580px){
    .accordion-item{
        margin-bottom: 2px !important;
    }
}