*{ margin: 0; padding: 0;}

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, Poppins'Arial', 'sans-serif';
    margin: 0;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f0f0f0;
    font-size: 16px;
    
}

/* Open button */
.open-button {
    background-color: #007bff;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    position: fixed;
    top: 80px;
    left: 280px;
    z-index: 9;
    border-radius: 5px;
}

/* Form popup (hidden by default) */
.form-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 0; /* Starts hidden */
    height: 100%;
    background-color: #fff;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    transition: 0.5s; /* 0.5 second transition effect to slide in the form */
    border-left: 1px solid #ccc;
    box-shadow: -5px 0 15px rgba(0,0,0,0.2);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, Poppins'Arial', 'sans-serif';
    font-size: 16px;
    z-index: 10;
}

/* When the form is open, set a specific width */
.form-popup.open {
    width: 550px; /* Adjust as needed */
}

.form-visao{
    /*display: none;*/
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    padding-top: 1%;
    padding-left: 3%;
    background-color:#fff;
    overflow: hidden;
    transition: 0.5s;
    border-left: 5px sold #ccc;
    box-shadow: -5px 0 15px rgba(0,0,0,0.5);
    font-family: ubuntu , sans-serif, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    z-index: 10;
}
.form-visao .btn-fechar{
    margin-left: 170%;
    margin-right: 5px;
}
.form-visao .btn-imprimir{
    margin-right: 100%;
}
.bnts{
    display:inline-flex;
    width: 30%;
    margin-left: 85%;
    margin-bottom: 2%;
    
}

/* Form container inside the popup */
.form-container {
    padding: 20px;
    background-color: #fefefe;
    height: 100%; /* Take full height of the popup */
    box-sizing: border-box; /* Include padding in height */
}

/* Full-width input fields */
.form-container input[type=text],
.form-container input[type=email],
.form-container textarea {
    width: 100%;
    padding: 3.5px;
    margin: 3px 0 3px 0;
    border: 1px solid #ddd;
    background: #f1f1f1;
    box-sizing: border-box; /* Include padding in width */
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=email]:focus,
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 6px 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:5px;
    opacity: 0.8;
    border-radius: 5px;
}

/* A red background color for the "cancel" button */
.form-container .cancel {
    background-color: #dc3545;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.sidebar-brand{ text-decoration: none;}


.corpoList{
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, Poppins'Arial', 'sans-serif';
}

.pbnt{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, Poppins'Arial', 'sans-serif';
    font-size: 14px;
    margin-right: 00%;

}


.card{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: 100%;
}

.card-header{background-image: linear-gradient(to right, rgba(20,147,220), rgba(17,54,71));}
.card-body{
    font-family: Ubuntu;
    font-size: 14px;
    color:#cdc;
}
.cabeca{
    display: inline-flex;
    width:100%;
    button{ margin-left: 52em; border-radius: 50%}
    h1{ font-size: 25px; margin-left: 0.7em;}
    
}
.cabeca .info{
    display: inline-flex;
    
}
.card .info{
    display: inline-flex;
    
}

.corpoList{width: auto;}
.corpo{width: auto;}
.tabela{width: auto;}
.center a{      color:#04AA6D;
                font-weight: bold;
                text-decoration: none;
            }
.thead{text-align: center;}

.cancelar a{text-decoration: none; color:#ccc;}


/* Page.php*/

.card-body .cortexto{
    color: #000 !important;

}

.card-header .flex{ display: inline-flex;}

.align-middle-print{    float: right !important; margin-right: 15px; cursor:pointer; 
                        background-color: transparent;
                        border-block-color: transparent;
                        border-left: none;
                        border-right: none;    
}
.align-middle-login{ float: right !important; margin-right: 1px;}

.masc{ text-transform: uppercase;}

.soma{float: right; text-align: right;}


#busca{
    width: 250px;
}
.rowbusca{
    width: 400px;
}




