@charset "UTF-8";
/* CSS Document */

/* ELENCO PUNTATO SIDEBAR  */

ul.titolo-sidebar {
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;	
}

ul.titolo-sidebar li {
  list-style-type: disc !important;
  list-style-position: inside !important; /* Forza la posizione del bullet all'interno del contenuto */
  padding-left: 15px; /* Resetta eventuali padding */
  padding-bottom: 8px;
  position: relative;
}

ul.titolo-sidebar li::before {
  content: "•"; /* Aggiunge manualmente il bullet come fallback */
  position: absolute;
  left: -5px; /* Posizione del bullet */
  font-size: 24px; /* Dimensione del bullet */
  color: black; /* Colore del bullet */
}


.titolo-notizie-sidebar {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	margin: 10px 0 40px 0;
	text-transform: uppercase;
}


.btn-link {
  color: #0e6bb6 !important;
	text-align: left !important;
}



/* INIZIO SEARCH BOX */

/* General button styles */
.btn {
    padding: 10px 20px;
    border: 1px solid #007bff;
    background-color: white;
    color: #007bff;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #007bff;
    color: white;
}

/* Search box styles */
.search-box {
    display: none; /* Hidden by default */
    margin-top: 10px;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.search-box input[type="text"] {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
}

.search-button {
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

.search-button:hover {
    background-color: #0056b3;
}

/* Responsive styling for mobile */
@media screen and (max-width: 600px) {
    .search-box {
        width: 100%;
    }
    
    .search-box input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-button {
        width: 100%;
    }
}


/* FINE SEARCH BOX */



/* SIDEBAR NOTIZIE IMMAGINI */
.sidebar-img {
	border: 1px solid #999;
}




/* TESTO ARTICOLO */
.txt-articolo {
	text-align: justify;
}





/* INIZIO FORM TESSERAMENTO */

.spazio-row-mt15 {
	margin-top: 15px !important;
}

.spazio-row-mt40 {
	margin-top: 40px !important;
}

.titolo-separatore-form {
	color: #127cd2;
	font-weight: 400;
	margin-top: 40px;
}

.form-check-input {
  margin-left: 0.0rem !important;
}










.container {
	max-width: 1500px !important;
}



/* INIZIO TABELLE */

table {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em;
      font-size: 1rem;
      line-height: 1.5;
	  text-align: left;
    }
    thead th {
      background-color: #127cd2;
      color: white;
    }
    tbody tr:nth-child(even) {
      background-color: rgba(18, 124, 210, 0.1);
    }
    tbody tr:nth-child(odd) {
      background-color: #ffffff;
    }
    a {
      color: #127cd2;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }

/* FINE TABELLE */





/* INIZIO STILE TESTO */

.titolo-20 {
	font-size: 20px !important;
	font-weight: 300 !important;
	color: #212121 !important;
}

.titolo-18 {
	font-size: 18px !important;
	font-weight: 300 !important;
	color: #212121  !important;
}

.data-articolo {
	font-size: 13px;
	font-weight: normal;
	color: #b9b9b9;
	margin-top: 10px;
}

.icona-data-articolo {
	font-size: 13px;
	font-weight: normal;
	color: #127cd2;
}

/* FINE STILE TESTO */
