div[page-name="SystemSQLPanel"] .tfield[widget="ttext"] 
{
    height: 630px !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

div[page-name="SystemSQLPanel"] .card-body.panel-body
{
    height: 710px !important;
}

/*BORDA AZUL BOOSTRAP NOS CAMPOS DOS FORMULÁRIOS*/
/*.form-control {*/
/*    flex: 1 1 0% !important;*/
/*    letter-spacing: 1px !important;*/
/*    font: inherit !important;*/
/*    padding: 5px !important;*/
/*    border: 1px solid rgb(222, 222, 221) !important;*/
/*    border-radius: 4px !important;*/
/*    transition: all 0.2s ease-in-out 0s !important;*/
/*    backface-visibility: hidden !important;*/
/*    outline: none !important;*/
/*    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px inset !important;*/
/*}*/
.form-control:focus {
    border-color: rgb(60 141 188) !important;
    box-shadow: rgb(60 141 188 / 54%) 0px 2px 10px 0px !important;
}

a.logo {
    background-color: #FFFFFF !important;
}

.label-primary {border-radius: 10px !important;}
.label-danger {border-radius: 10px !important;}
.label-warning {border-radius: 10px !important;}
.label-success {border-radius: 10px !important;}

/*COR DO BOTÃO DA JANELA DO Sweet Alert2*/
.swal2-styled.swal2-confirm {
    background-color: #3C8DBC !important;
}

.swal2-styled.swal2-confirm:focus {
    border-color: #3C8DBC !important;
    box-shadow: 0 0 0 3px rgb(60 140 191) !important;
}

/*BORDA NA JANELA DO Sweet Alert2*/
.swal2-container.swal2-center > .swal2-popup {
    border-radius: 20px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* Joao Neto 28-10-2024
*  Barra de titulo de janela Pop-up
*/
.ui-dialog .ui-dialog-title{
    color: gray !important;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
    background-image: url(/lib/jquery/css/images/ui-icons_777777_256x240.png) !important;
    color: gray !important;
}
.ui-dialog .ui-dialog-titlebar {
    background: #e6e6e6 !important;
    color: gray !important;
}

