/* ==================================== */
/* STILURI NOI PENTRU INPUT ȘI SELECT */
/* ==================================== */

/* Câmpul de căutare text */
.soc-civ-input {
    border: 1px solid #002a5a !important;       /* Bordura standard */
    background-color: #ffffff;    /* Fundal */
    color: #002a5a !important;               /* Culoare text */
    padding: 10px;
    border-radius: 4px;
    width: 100%;                  /* Ocupă tot spațiul disponibil */
    font-size: 20px !important;
    transition: border-color 0.3s ease;
}

.soc-civ-input:focus {
    border-color: #0073aa;        /* Culoare bordură la click */
    outline: none;
}

/* Dropdown-urile de filtrare */
.soc-civ-select {
    border: 2px solid #ddd;
    background-color: #ffffff;
    color: #333333;
    padding: 10px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

.soc-civ-select:focus {
    border-color: #0073aa;
}

/* ==================================== */
/* STILURI PENTRU LINK-URI TABEL */
/* ==================================== */

/* Butonul "Citește rezumatul" */
.soc-civ-btn-rezumat {
    display: inline-block;
    padding: 6px 12px;
    background-color: #002a5a !important;    /* Albastru foarte deschis */
    color: #FFFFFF !important;    /* Albastru text */
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.8em;
    border: 1px solid #0073aa;
    white-space: nowrap;          /* Nu rupe textul */
}

.soc-civ-btn-rezumat:hover {
    background-color: #0073aa;
    color: #ffffff !important;
}

/* Butonul "Accesează documentul" */
.soc-civ-btn-resurse {
    display: inline-block;
    padding: 6px 12px;
    background-color: #f0fdf4;    /* Verde foarte deschis */
    color: #15803d !important;    /* Verde text */
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.8em;
    border: 1px solid #15803d;
    white-space: nowrap;
}

.soc-civ-btn-resurse:hover {
    background-color: #15803d;
    color: #ffffff !important;
}

/* Când nu există link (-) */
.soc-civ-no-link {
    color: #999;
    font-style: italic;
    display: block;
    text-align: center;
}

/* ==================================== */
/* STILURI PENTRU TABEL ADAUGATE DE VLAD */
/* ==================================== */

.soc-civ-tabel-lista tr td:first-child {
   color:#002a5a !important; 
   
}  

.soc-civ-tabel-lista tr td:nth-child(3) {
   color:#002a5a !important; 
   Font-weight: bold !Important;
}  


