/*
Theme Name: JuridicaOnLine 2.0
Theme URI: https://dinizwebmaster.com.br
Author: Diniz Webmaster
Author URI: https://dinizwebmaster.com.br
Description: Sistema de Gestão Jurídica para Escritórios de Advocacia. Gerenciamento completo de clientes, processos, andamentos e documentos.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: juridicaonline
Tags: admin, business, legal, law, management, crm, processes

JuridicaOnLine - Sistema de Gestão Jurídica
Copyright (C) 2025 Diniz Webmaster

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/* ==========================================================================
   Legacy Styles (DataTables e componentes antigos)
   ========================================================================== */

.dataTables_length {
    display: none;
}

.dataTables_filter {
    background: none repeat scroll 0 0 #ececec;
    border-radius: 10px;
    box-shadow: 0 0 6px -3px;
    display: block;
    float: right;
    margin-bottom: 20px;
    padding: 11px 11px 7px;
}

.modal .control-group {
    display: inline-table;
    margin-bottom: 10px;
    width: 49%;
}

.swm {
    background: url(img/sejawebmaster.png) no-repeat scroll top center rgba(0, 0, 0, 0);
    height: 25px;
    width: 87px;
    display: inline-block;
    text-indent: -5000px;
}

.swm:hover {
    background: url(img/sejawebmaster-colorido.png) no-repeat scroll top center rgba(0, 0, 0, 0);
}

#simple-local-avatar,
#user_avatar_edit_submit {
    margin-top: 15px;
    max-width: 260px;
}

#user_avatar_edit_submit {
    background-color: #5aac41;
    background-image: linear-gradient(to bottom, #53a93f, #65b045);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.card.hovercard .avatar {
    margin-bottom: 0px !important;
    top: 0 !important;
}

.card.hovercard .info {
    margin-top: 40px;
}

.card.hovercard img {
    width: 100% !important;
    height: auto !important;
    margin-top: 15px;
}

div[id*="ajaxsearchprores1_"] .results .item .content h3 a:hover {
    font-family: Open Sans !important;
}

.tagcloud a {
    color: #a40000 !important;
}